home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Express Pd: GALORE
/
Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso
/
3.0
/
rexxc
/
ep_quit.dopus
< prev
next >
Wrap
Text File
|
1993-12-27
|
258b
|
15 lines
/* Eagleplayeransteuerung über Diropus (Quit)
(c) 1993 DEFECT
*/
if (pos('rexx_EP',SHOW('Ports')) = 0) then
do
address 'DOPUS.1'
toptext 'Eagleplayer not found'
exit
end
address 'rexx_EP'
quit
address 'DOPUS.1'
toptext 'Eagleplayer quitted'
exit